home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / LWNT_470.PPD < prev    next >
Text File  |  1991-12-05  |  10KB  |  322 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter II NT" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 010480 or 010801
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 10 April 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "2.2"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserWriter II NT)"
  20. *PSVersion: "(47.0) 1"
  21. *NickName: "Apple LaserWriter II NT v47.0"
  22.  
  23. *% General Information and Defaults ===============
  24. *ColorDevice: False
  25. *FreeVM: "434204"
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "
  29. save statusdict begin
  30.     (False) /diskstatus where{
  31.         pop diskstatus exch pop 0 ne {pop (True)} if
  32.     }if = flush
  33. end restore
  34. "
  35. *End
  36. *Throughput: "8"
  37. *Password: "0"
  38. *ExitServer: "
  39.   count 0 eq {  % is the password on the stack?
  40.     true 
  41.   }{
  42.     dup    % potential password
  43.     statusdict begin checkpassword end not
  44.   } ifelse 
  45.   {  %  if no password or not valid 
  46.     (WARNING : Cannot perform the exitserver command.) = 
  47.     (Password supplied is not valid.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit
  50.   } if 
  51.   serverdict begin exitserver
  52. "
  53. *End
  54.  
  55. *Reset: "
  56.   count 0 eq {  % is the password on the stack?
  57.     true 
  58.   }{
  59.     dup    % potential password
  60.     statusdict begin checkpassword end not
  61.   } ifelse 
  62.   {  %  if no password or not valid 
  63.     (WARNING : Cannot reset printer.) = 
  64.     (Password supplied is not valid.) = 
  65.     (Please contact the author of this software.) = flush
  66.     quit
  67.   } if 
  68.   serverdict begin exitserver
  69.   systemdict /quit get exec
  70.   (WARNING : Printer Reset Failed.) = flush
  71. "
  72. *End
  73.  
  74. *DefaultResolution: 300dpi
  75. *?Resolution: "
  76. save
  77.   initgraphics
  78.   0 0 moveto currentpoint matrix defaultmatrix transform
  79.   0 72 lineto currentpoint matrix defaultmatrix transform
  80.   3 -1 roll sub dup mul
  81.   3 1 roll exch sub dup mul
  82.   add sqrt round cvi
  83.   (          ) cvs print (dpi) = flush
  84. restore
  85. "
  86. *End
  87.  
  88. *% Halftone Information ===============
  89. *ScreenFreq: "60.0"
  90. *ScreenAngle: "45.0"
  91. *DefaultScreenProc: Dot
  92. *ScreenProc Dot: "
  93. {dup mul exch dup mul add 1.0 exch sub }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  98.  
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102.  
  103. *% Paper Handling ===================
  104.  
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion or PaperTray.
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict begin lettertray end"
  109. *PageSize Legal: "statusdict begin legaltray end"
  110. *PageSize A4: "statusdict begin a4tray end"
  111. *PageSize B5: "statusdict begin b5tray end"
  112. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  113. *PageSize A4Small: "statusdict begin a4tray a4small end"
  114.  
  115. *% These entries will set up the frame buffer. Usually used with manual feed.
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion Legal: "legal"
  119. *PageRegion A4: "a4"
  120. *PageRegion B5: "b5"
  121. *PageRegion LetterSmall: "lettersmall"
  122. *PageRegion A4Small: "a4small"
  123.  
  124. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  125. *% These errors should be trapped by software and a message displayed
  126. *DefaultPaperTray: None
  127. *PaperTray Letter: "statusdict begin lettertray end"
  128. *PaperTray Legal: "statusdict begin legaltray end"
  129. *PaperTray A4: "statusdict begin a4tray end"
  130. *PaperTray B5: "statusdict begin b5tray end"
  131.  
  132. *% The following entries provide information about specific paper keywords.
  133. *DefaultImageableArea: Letter
  134. *ImageableArea Letter: "15 8 597 784 "
  135. *ImageableArea Legal: "15 8 597 1000 "
  136. *ImageableArea A4: "13 10 577 832 "
  137. *ImageableArea B5: "21 10 500 715 "
  138. *ImageableArea LetterSmall: "31 31 583 761 "
  139. *ImageableArea A4Small: "27 31 567 811 "
  140. *?ImageableArea: "
  141.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  142.   newpath clippath pathbbox
  143.   4 -2 roll exch 2 {ceiling cvp} repeat
  144.   exch 2 {floor cvp} repeat flush
  145.  restore
  146. "
  147. *End
  148.  
  149. *% These provide the physical dimensions of the paper (by keyword)
  150. *DefaultPaperDimension: Letter
  151. *PaperDimension Letter: "612 792"
  152. *PaperDimension Legal: "612 1008"
  153. *PaperDimension A4: "595 842"
  154. *PaperDimension B5: "516 729"
  155. *PaperDimension LetterSmall: "612 792"
  156. *PaperDimension A4Small: "595 842"
  157.  
  158. *DefaultOutputBin: Upper
  159. *DefaultInputSlot: None
  160.  
  161. *DefaultManualFeed: False
  162. *?ManualFeed: "
  163. save
  164.  statusdict /manualfeed get
  165.  {(True)}{(False)}ifelse = flush
  166. restore
  167. "
  168. *End
  169. *ManualFeed True: "statusdict begin /manualfeed true store end"
  170. *ManualFeed False: "statusdict begin /manualfeed false store end"
  171.  
  172. *DefaultOutputOrder: Normal
  173.  
  174. *DefaultCollator: None
  175. *DefaultSorter: None
  176. *DefaultDuplex: None
  177.  
  178. *% Font Information =====================
  179.  
  180. *DefaultFont: Courier
  181. *Font AvantGarde-Book: Standard "(001.001)"
  182. *Font AvantGarde-BookOblique: Standard "(001.001)"
  183. *Font AvantGarde-Demi: Standard "(001.001)"
  184. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  185. *Font Bookman-Demi: Standard "(001.001)"
  186. *Font Bookman-DemiItalic: Standard "(001.001)"
  187. *Font Bookman-Light: Standard "(001.001)"
  188. *Font Bookman-LightItalic: Standard "(001.001)"
  189. *Font Courier: Standard "(001.004)"
  190. *Font Courier-Bold: Standard "(001.004)"
  191. *Font Courier-BoldOblique: Standard "(001.004)"
  192. *Font Courier-Oblique: Standard "(001.004)"
  193. *Font Helvetica: Standard "(001.001)"
  194. *Font Helvetica-Bold: Standard "(001.001)"
  195. *Font Helvetica-BoldOblique: Standard "(001.001)"
  196. *Font Helvetica-Narrow: Standard "(001.000)"
  197. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  198. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  199. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  200. *Font Helvetica-Oblique: Standard "(001.001)"
  201. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  202. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  203. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  204. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  205. *Font Palatino-Bold: Standard "(001.000)"
  206. *Font Palatino-BoldItalic: Standard "(001.000)"
  207. *Font Palatino-Italic: Standard "(001.000)"
  208. *Font Palatino-Roman: Standard "(001.000)"
  209. *Font Symbol: Special "(001.001)"
  210. *Font Times-Bold: Standard "(001.001)"
  211. *Font Times-BoldItalic: Standard "(001.001)"
  212. *Font Times-Italic: Standard "(001.001)"
  213. *Font Times-Roman: Standard "(001.001)"
  214. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  215. *Font ZapfDingbats: Special "(001.000)"
  216. *?FontQuery: "
  217. save  4 dict begin /sv exch def
  218. /str (fonts/                              ) def
  219. /st2 128 string def
  220. {
  221.   count 0 gt {
  222.     dup st2 cvs (/) print print (:) print
  223.     dup FontDirectory exch known {pop (Yes)}{
  224.      str exch st2 cvs dup length /len exch def
  225.      6 exch putinterval str 0 len 6 add getinterval mark exch
  226.      { } st2 filenameforall counttomark 0 gt {
  227.       cleartomark (Yes)}{cleartomark (No)}ifelse
  228.     }ifelse = flush
  229.   }{ exit } ifelse
  230. } bind loop 
  231. (*) = flush
  232. sv end restore
  233. "
  234. *End
  235.  
  236. *?FontList: "
  237. save  2 dict begin /sv exch def
  238. /str 128 string def
  239. FontDirectory { pop == } bind forall flush 
  240. /filenameforall where { 
  241.  pop save (fonts/*) { 
  242.   dup length 6 sub 6 exch getinterval cvn ==  
  243.  } bind str filenameforall flush restore
  244. } if 
  245. (*) = flush
  246. sv end restore
  247. "
  248. *End
  249.  
  250. *% Printer Messages (verbatim from printer):
  251. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  252. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  253. *Message: "\FontName\ not found, using Courier"
  254.  
  255. *% Status (format: %%[ status: <one of these> ]%% )
  256. *Status: "idle"
  257. *Status: "busy"
  258. *Status: "waiting"
  259. *Status: "printing"
  260. *Status: "warming up"
  261. *Status: "PrinterError: timeout, clearing printer"
  262. *Status: "PrinterError: warming up"
  263. *Status: "PrinterError: service call"
  264. *Status: "PrinterError: paper entry misfeed"
  265. *Status: "PrinterError: no toner cartridge"
  266. *Status: "PrinterError: paper entry misfeed"
  267.  
  268. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  269. *Source: "serial9"
  270. *Source: "serial25"
  271. *Source: "AppleTalk"
  272.  
  273. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  274. *PrinterError: "timeout, clearing printer"
  275. *PrinterError: "warming up"
  276. *PrinterError: "service call"
  277. *PrinterError: "paper entry misfeed"
  278. *PrinterError: "no toner cartridge"
  279. *PrinterError: "paper entry misfeed"
  280.  
  281. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  282.  
  283. *% Color Separation Information =====================
  284.  
  285. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  286.  
  287. *InkName: ProcessBlack/Process Black
  288. *InkName: CustomColor/Custom Color
  289. *InkName: ProcessCyan/Process Cyan
  290. *InkName: ProcessMagenta/Process Magenta
  291. *InkName: ProcessYellow/Process Yellow
  292.  
  293. *% For 60 lpi / 300 dpi =====================================================
  294.  
  295. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  296. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  297. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  298. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  299. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  300.  
  301. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306.  
  307. *% For 53 lpi / 300 dpi =====================================================
  308.  
  309. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  310. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  311. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  312. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  313. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  314.  
  315. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  316. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  317. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  318. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  319. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  320.  
  321. *% end of PPD file for LaserWriter II NTX
  322.